home *** CD-ROM | disk | FTP | other *** search
- object fEditChar: TfEditChar
- Left = 369
- Top = 136
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsSingle
- Caption = 'Add/Edit Character'
- ClientHeight = 126
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblCode: TLabel
- Left = 16
- Top = 16
- Width = 28
- Height = 13
- Caption = 'Code:'
- FocusControl = edCode
- end
- object lblSymbol: TLabel
- Left = 103
- Top = 16
- Width = 37
- Height = 13
- Caption = 'Symbol:'
- FocusControl = edSymbol
- end
- object lblHTML: TLabel
- Left = 176
- Top = 16
- Width = 33
- Height = 13
- Caption = 'HTML:'
- FocusControl = edHTML
- end
- object edCode: TEdit
- Left = 16
- Top = 32
- Width = 57
- Height = 21
- TabOrder = 0
- Text = '0'
- OnChange = edCodeChange
- OnKeyPress = edCodeKeyPress
- end
- object UpDown: TUpDown
- Left = 73
- Top = 32
- Width = 14
- Height = 21
- Associate = edCode
- Min = 0
- Max = 32767
- Position = 0
- TabOrder = 1
- Thousands = False
- Wrap = False
- end
- object edHTML: TEdit
- Left = 176
- Top = 32
- Width = 81
- Height = 21
- TabOrder = 3
- end
- object edSymbol: TEdit
- Left = 104
- Top = 32
- Width = 57
- Height = 22
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnChange = edSymbolChange
- end
- object cbxInsert: TCheckBox
- Left = 16
- Top = 64
- Width = 241
- Height = 17
- Caption = '&Insert at selected position'
- TabOrder = 4
- end
- object BtnOk: TButton
- Left = 55
- Top = 96
- Width = 75
- Height = 22
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object BtnCancel: TButton
- Left = 143
- Top = 96
- Width = 75
- Height = 22
- Cancel = True
- ModalResult = 2
- TabOrder = 6
- end
- end
-